Previous Book Contents Book Index Next

Inside Macintosh: 3D Graphics Programming With QuickDraw 3D /
Chapter 10 - Group Objects / Group Objects Reference
Group Objects Routines / Creating Groups


Q3LightGroup_New

You can use the Q3LightGroup_New function to create a new light group.

TQ3GroupObject Q3LightGroup_New (void);
DESCRIPTION
The Q3LightGroup_New function returns, as its function result, a new light group. The new group is initially empty. If an error occurs, Q3LightGroup_New returns NULL.

Note
See the chapter "Light Objects" in this book for information on creating and manipulating individual lights.
ERRORS
kQ3ErrorOutOfMemory


Previous Book Contents Book Index Next

© Apple Computer, Inc.
11 JUL 1996